Eclipse Platform
Pre-release 3.0

Uses of Interface
org.eclipse.jface.text.contentassist.ICompletionProposal

Packages that use ICompletionProposal
org.eclipse.jface.text.contentassist Provides a content assist add-on for an ITextViewer
 

Uses of ICompletionProposal in org.eclipse.jface.text.contentassist
 

Classes in org.eclipse.jface.text.contentassist that implement ICompletionProposal
 class CompletionProposal
          The standard implementation of the ICompletionProposal interface.
 

Methods in org.eclipse.jface.text.contentassist that return ICompletionProposal
 ICompletionProposal[] IContentAssistProcessorExtension.computeCompletionProposals(IContentAssistSubject contentAssistSubject, int documentOffset)
          Returns a list of completion proposals based on the specified location within the document that corresponds to the current cursor position within the text viewer.
 ICompletionProposal[] IContentAssistProcessor.computeCompletionProposals(ITextViewer viewer, int documentOffset)
          Returns a list of completion proposals based on the specified location within the document that corresponds to the current cursor position within the text viewer.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.